Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / IfErrorFunctionInfo Class / Evaluate Method / Evaluate(Object[]) Method
Index of the argument


In This Topic
Evaluate(Object[]) Method
In This Topic
Determines whether the function accepts CalcReference values for the specified argument.
Syntax
'Declaration
 
Public Overloads Overrides Function Evaluate( _
   ByVal args() As Object _
) As Object
 
'Usage
 
Dim instance As IfErrorFunctionInfo
Dim args() As Object
Dim value As Object
 
value = instance.Evaluate(args)

Parameters

args
Index of the argument

Return Value

True if the function accepts CalcReference values for the specified argument; false otherwise
See Also